home *** CD-ROM | disk | FTP | other *** search
Amiga HyperGuide | 1996-10-18 | 656 b | 24 lines |
- @hyperguide ExecuteTest.guide
- @node main "Execute test : start external programs"
- @next linktest.hguide/main
-
- Run Clock through System() (blocks the HyperText object in
- OM_DISPOSE method) :
- @{" Clock " System "Sys:Utilities/Clock"}
-
- Run Clock through RunCommand() (If the HyperText object is
- closed, it sends a Ctrl-C signal to this process) :
- @{" Clock " RunCommand "Sys:Utilities/Clock"}
-
- Run Clock through WBStart.library (Detach this program
- from the HyperText object) :
- @{" Clock " WBStart "Sys:Utilities/Clock"}
-
- Run ARexx Program :
- @{" Show MsgPorts " rx ports.rexx}
-
- Run a script :
- @{" Show Object data " system "Execute ShowObjectData"}
- @endnode
-
-